Skip to content

Remove unused Babel dependencies and tslib from all packages#512

Merged
joetannenbaum merged 1 commit into
2.xfrom
slim-deps
Jun 1, 2026
Merged

Remove unused Babel dependencies and tslib from all packages#512
joetannenbaum merged 1 commit into
2.xfrom
slim-deps

Conversation

@joetannenbaum

Copy link
Copy Markdown
Contributor

The eight @babel/* packages listed as devDependencies across all four packages were never used. There is no Babel config, no vite config references them, and Vite/Vitest use esbuild for transforms by default. Similarly, tslib was listed alongside importHelpers: true in each tsconfig, but since all packages set emitDeclarationOnly: true, TypeScript never emits JS and tslib is never invoked. Both were dead weight left over from an earlier setup. Removes 9 devDependencies from each package and cleans up the corresponding tsconfig option.

@joetannenbaum joetannenbaum merged commit c628387 into 2.x Jun 1, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant